Gets the number of instances of the job that are current active (executing).
__property long* ActiveInstances;
long* ActiveInstances;
Property ActiveInstances() As long*
0
To get information on the active instances you must call the job's GetExecutionHistory method to retrieve the instances, and then look for those that are running.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|